Closed
Bug 1844046
Opened 2 years ago
Closed 2 years ago
Auto-disable artifact mode when android tasks are selected in mach-try-perf
Categories
(Testing :: Performance, defect, P2)
Testing
Performance
Tracking
(firefox117 fixed)
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxp])
Attachments
(1 file)
Currently when we run android tasks through mach try perf, we need to pass --no-artifact if we have artifacts enabled locally. On artifact mode, the android builds always fail. See this try run for example: https://treeherder.mozilla.org/jobs?repo=try&revision=7fec81c11d98452012dd57f76bdac113dbf5a9bd&selectedTaskRun=PrWxcjSsSH28frUKw3-BAA.0
Assignee | ||
Updated•2 years ago
|
Blocks: mach-try-perf, dev-pain
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
This patch fixes an issue where selecting android tasks through mach-try-perf while having artifact mode enabled causes the CI android build tasks to fail due to the artifact mode. Here, some code is added to disable artifact mode when it's set to True
and when any android tasks have been selected.
Updated•2 years ago
|
Assignee: nobody → gmierz2
Status: NEW → ASSIGNED
Pushed by gmierz2@outlook.com:
https://hg.mozilla.org/integration/autoland/rev/84800a0d7e6e
Auto-disable artifact mode on mach-try-perf when android tasks are selected. r=perftest-reviewers,afinder
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•